home *** CD-ROM | disk | FTP | other *** search
/ Network Supervisor's Toolkit / Network Supervisor's Toolkit.iso / tools / lu62 / port / ipltxt.h < prev    next >
C/C++ Source or Header  |  1996-07-10  |  604b  |  12 lines

  1. /*              IPL_TXT               */
  2. /* k 1037   21/05/91                */
  3. struct  ipltxt {                    /* IPL_TXT request      */
  4.     char hdr[3];                    /* header               */
  5.     char res1[1];                   /* reserved             */
  6.     char pcid[8];                   /* PCID                 */
  7.     char onode[8];                  /* origin node name     */
  8.     char dnode[8];                  /* destination node name*/
  9.     char txt[1];                    /* load file       name */
  10.          };
  11. #define IPLTXT 0x430244   /* IPL_TXT header                 */
  12.